home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_1.zip / GLE4.ZIP / STACK2.GLE < prev    next >
Text File  |  1990-12-01  |  2KB  |  65 lines

  1. size 18 27  box !  (uncomment box for debugging)    This is STACK2.GLE 
  2. amove 1.3 14.5
  3. begin graph
  4.     size 16 12
  5.     nobox
  6.     xaxis min 0 max 20 dticks 4 dsubticks 1
  7.     xplaces  4 8 12 16 20    ! these would be set to match the dates
  8.     xnames "Sep 13" "Sep 23" "Oct 3" "Oct 13" "Oct 23"
  9.     xticks length .2
  10.     yticks length .2
  11.     yaxis min 0 max 75 dticks 10 dsubticks 5 nofirst
  12.     ytitle "Bud burst (%)"
  13.     xtitle ""
  14.     data TEST4.DAT
  15.     d1 lstyle 1 marker wcircle msize .3
  16.     d2 lstyle 1 marker wsquare msize .3
  17.     d3 lstyle 2 marker wcircle msize .3
  18.     d4 lstyle 2 marker wsquare msize .3
  19. end graph
  20. set hei .4 
  21. begin key
  22.     offset 8.2  2.3
  23.     text "Shelter row" lstyle 1 marker circle mscale .6
  24.     text "Shelter row + H " lstyle 1  marker square mscale .6
  25.     text "Middle row" lstyle 2 marker circle mscale .6
  26.     text "Middle row + H" lstyle 2 marker square mscale .6
  27. end key
  28. rmove 12 9 
  29. text (a)
  30.  
  31. amove 1.3 4 
  32. set font rm hei .5
  33. begin graph
  34.     size 16 12
  35.     nobox
  36.     xaxis min 0 max 20 dticks 4 dsubticks 1
  37.     xplaces  4 8 12 16 20    ! these would be set to match the dates
  38.     xnames "Nov 10" "Nov 15"  "Nov 20" "Nov 25"  "Nov 30"
  39.     xticks length .2
  40.     yticks length .2
  41.     yaxis min 0 max 110 dticks 10 dsubticks 5
  42.     ytitle "Flowers per cane at full bloom "
  43.     xtitle ""
  44.     data TEST4.DAT
  45.     d1 lstyle 1 marker circle msize .3
  46.     d2 lstyle 1 marker square msize .3 smooth
  47.     d3 lstyle 2 marker circle msize .3 smooth
  48.     d4 lstyle 2 marker square msize .3
  49. end graph
  50. rmove 12 9 
  51. text (b)
  52.  
  53. set hei .4 
  54. amove 9 26
  55. text 22.
  56. amove 1.3 3
  57. begin text width 16
  58. Figure 5. Influence of Hicane on the duration and timing of  (a) bud burst 
  59. and (b) flowering of kiwifruit.  (Note: this data has been made up)
  60. end text
  61.  
  62. set just left
  63. amove .5  26
  64. text stack2.gle                                    
  65.